home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 134_01.zip / INSTALL.DOC < prev    next >
Text File  |  1993-06-12  |  2KB  |  75 lines

  1. Installation instructions for the programs on this disk:
  2.  
  3. Subroutine libraries:
  4.  
  5. Library name: CMDUTIL
  6. Compilation:    cc cmdutil
  7. Notes:        CMDUTIL.H is needed by programs which use these functions,
  8.         as well as by the functions themselves.
  9.  
  10. Library name: CORO
  11. Compilation:    cc coro1
  12.         submit casm coro2
  13. Packaging:    clib
  14.         *open 1 coro1
  15.         *open 2 coro2
  16.         *make coro
  17.         *open 3 coro
  18.         *transfer 1 3 *
  19.         *transfer 2 3 *
  20.         *close 3
  21.         *quit
  22. Notes:        CORO.H may be needed by programs which use these functions,
  23.         as well as by the functions themselves.
  24.  
  25. Programs:
  26.  
  27. Program name: CASM2
  28. Compilation:    cc casm2 -e 5000
  29. Linking:    l2 casm2
  30. Libraries:    None.
  31.  
  32. Program name: CPROFILE
  33. Compilation:    cc cprofile -e 4c00
  34.         submit casm cprofil2
  35.         genrel cprofil2.crl superv cprofil3.crl supervrl
  36. Linking:    l2 cprofile cprofil2 cprofil3 dio -l cmdutil chario long
  37.                                 -t 7000
  38. Notes:        Requires the GENREL utility on this disc for construction.
  39.         The '-e' and '-t' options are *essential*, as this program
  40.         depends on fixed memory addresses relative to these locations.
  41. Libraries:    dio.c        -- Directed I/O.  Supplied with BDS 'C' 1.50
  42.         cmdutil.c    -- Command processing. Supplied on this disc.
  43.         chario.c    -- Scott Layson's I/O.  Supplied with BDS 'C'
  44.                    1.50 or on the "Compiler Utilities" disc.
  45.         long.c        -- Long integer package.  Supplied with
  46.                    BDS 'C' 1.50.
  47.  
  48. Program name: CTOA
  49. Compilation:    cc ctoa -e 5800
  50.         cc ctoa2 -e 5800
  51.         submit casm ctoatbls
  52. Linking:    l2 ctoa ctoa2 ctoatbls dio -l chario 
  53. Notes:        CTOATBLS.CSM may need to be modified if running on a BDS 'C'
  54.         release other than 1.50.  It references locations in C.CCC
  55.         which are not called out in BDS.LIB.
  56. Libraries:    chario.c    -- Scott Layson's I/O. (see CPROFILE)
  57.  
  58. Program name: DIFF
  59. Compilation:    cc diff -e 3c00
  60. Linking:    l2 diff dio -l cmdutil
  61. Libraries:    cmdutil.c    -- Command processing.  Supplied on this disc.
  62.  
  63. Program name: GENREL
  64. Compilation:    cc genrel
  65. Linking:    l2 genrel
  66. Libraries:    none
  67.  
  68. Program name: RETAB
  69. Compilation:    cc retab
  70. Linking:    l2 retab dio -l cmdutil coro
  71. Libraries:    cmdutil.c    -- Command processing.  Supplied on this disc.
  72.         coro1.c, coro2.csm -- Coroutine management.  Supplied on this
  73.                    disc.
  74. rio.c    -- Scott Layson's I/O.  Supplied with BDS 'C'
  75.                    1.50 or on